home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / GRAPHICS / VOXRAY.ZIP / VISIBLE.H < prev    next >
Encoding:
C/C++ Source or Header  |  1995-09-05  |  107 b   |  7 lines

  1. #ifndef _VISIBLE_
  2. #define _VISIBLE_
  3.  
  4. pobject Check_For_Visible_Enemies(pobject seeing_obj);
  5.  
  6. #endif
  7.